/ Assembly List / LJCUnitMeasureDAL / UnitConversions / Add

Namespace - LJCUnitMeasureDAL


Parameters
fromUnitID - The 'From' UnitID value.
toUnitID - The 'To' UnitID value.
expression - The conversion expression.

Syntax

C#
public UnitConversion Add(Int32 fromUnitID, Int32 toUnitID, String expression)

Creates and adds the object from the provided values.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.